Installing Metering Microservice in Docker

This section helps you to install the Metering Microservice in Docker.

Procedure:

  1. Install Docker Engine in your deployment environment from the Docker Engine site.
  2. Extract the zip file (from the target folder) in the installation directory.

  3. Open a command prompt in the same location.
  4. To run the microservice, execute the following command for creating images and docker container for that image.
    • For Windows:  ms-metering.bat up --build -d
    • For Linux      :   ms-metering.bat up --build -d

  5. To stop and remove the existing container, execute the following command.
    • For Windows:  ms-metering.bat down
    • For Linux:  ms-metering.bat.sh down

Bookmark Name Actions
Feedback
x